home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / novell / fyi6 / 04184.dos < prev    next >
Text File  |  1996-07-10  |  1KB  |  34 lines

  1.             SUBJECT  : 386 error returned by FLAG.EXE
  2.               FYI #  : 041890ll
  3.                DATE  : 04/13/90
  4.          OS VERSION  : NetWare 396 v3.0
  5.            REVISION  :
  6.       SHELL VERSION  :
  7.  
  8. GENERAL INFORMATION  :   The 386 FLAG.EXE returns an error code to DOS even
  9.                          when it executes the flag command correctly.
  10.  
  11.             PROBLEM  :   Assume the follow batch file:
  12.                            rem flag the menu.exe file sharable read-write
  13.                            flag menu.exe srw
  14.                            if errorlevel 1 goto fail
  15.                            echo FLAG PASSED.
  16.                            goto end
  17.                            :fail
  18.                            echo FLAG FAILED!!!
  19.                            :end
  20.                          This batch file should return an errorlevel of 0
  21.                          assuming menu.exe exists.  It fails.
  22.  
  23.            SOLUTION  :   I used a 2.15 FLAG.EXE running the same batch file
  24.                          and it passed.
  25.  
  26. COMMENTS (Optional)  :
  27.  
  28.  
  29. (Check one)
  30.  
  31.   (xx)    This information has been verified in the lab.
  32.  
  33.   (  )    This is useful information, but has not been verified.
  34.